projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a2be0
)
ci: Test kola --upgrades
author
Colin Walters
<walters@verbum.org>
Fri, 13 Mar 2020 17:29:58 +0000
(17:29 +0000)
committer
Colin Walters
<walters@verbum.org>
Fri, 13 Mar 2020 17:29:58 +0000
(17:29 +0000)
This one is very relevant for ostree.
.cci.jenkinsfile
patch
|
blob
|
history
diff --git
a/.cci.jenkinsfile
b/.cci.jenkinsfile
index 83f8141106db2c06172356422e96ec3c8ee058bc..a83adeea7f1a510f1dc97f6c66f8a15cf0997f24 100644
(file)
--- a/
.cci.jenkinsfile
+++ b/
.cci.jenkinsfile
@@
-82,6
+82,15
@@
parallel fcos: {
shwrap("cosa kola run --basic-qemu-scenarios")
}
}
+ stage("FCOS upgrades") {
+ timeout(time: 30, unit: 'MINUTES') {
+ shwrap("""
+ cosa kola --upgrades --no-test-exit-error
+ tar -cf - tmp/kola-upgrade | xz -c9 > kola-run-upgrade.tar.xz
+ """)
+ archiveArtifacts "kola-run-upgrade.tar.xz"
+ }
+ }
}
},
buildopts: {